hysop.operator.base.diffusion module¶
- class hysop.operator.base.diffusion.DiffusionOperatorBase(Fin, Fout, variables, nu, dt, name=None, pretty_name=None, **kwds)[source]¶
Bases:
PoissonOperatorBase
Common base for spectral diffusion operator.
Diffusion operator base.
- Parameters:
Fin (
Field
) – The input field to be diffused.Fout (
Field
) – The output field to be diffused.variables (dictionary of fields:topology) – The choosed discretizations.
nu (ScalarParameter.) – Diffusion coefficient.
dt (ScalarParameter) – Timestep parameter that will be used for time integration.
kargs – Base class parameters.
Notes –